home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
mus
/
play
/
SPlayLib31.lha
/
superplay-lib
/
SuperPlay
/
SuperPlay_MainAdd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-21
|
522b
|
26 lines
/* SuperPlay_MainAdd.h
- For use with the GTB-generated SourceCode "SuperPlay_Main.c" -
(c) 1993-94 by Andreas R. Kleinert
Version : V1.01
Last Changes : 22.01.1994
Compiler : SAS/C V6.5
Options : (smakefile)
*/
#ifndef SP_MAINADD_H
#define SP_MAINADD_H
extern struct ExecBase *SysBase;
extern struct DosLibrary *DOSBase;
extern struct IntuitionBase *IntuitionBase;
extern struct GfxBase *GfxBase;
extern struct Library *GadToolsBase;
#endif /* SP_MAINADD_H */